ul{

list-style-type: none;

margin: 0;
padding: 0;

overflow: hidden;

background-color: #F10909;

}

li{

float: right;
}

li a {

display: block;
color: white;

padding: 15px 30px;
text-decoration: none;
}
footer { 
	
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: darkblue;
	color: azure;
	text-align: center;
	}
			.fade-in {
  opacity: 0;
  transition: opacity 2s;
}

.fade-in.visible {
  opacity: 1;
}
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
		